home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act1 / 00181.ls < prev    next >
Encoding:
Text File  |  1995-04-03  |  244 b   |  14 lines

  1. on exitFrame
  2.   global game1level, backframe3
  3.   set backframe3 to the frame
  4.   if game1level = 3 then
  5.     go(the frame - 1)
  6.   end if
  7.   if game1level < 5 then
  8.     exit
  9.   end if
  10.   repeat with zzz = 1 to 19
  11.     puppetSprite(zzz, 1)
  12.   end repeat
  13. end
  14.